Html Css Color HEX #75263B Claret

📋 copy color: '#75263B'

red 117 ◦ green 38 ◦ blue 59

#75263B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #75263B

Tints of Claret #75263B

RGB

 RED value IS 117 (46.09% from 255) = 54.67%

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 59 (23.44% from 255) = 27.57%

R = 54.67%
G = 17.76%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75263B (or 0x75263B) is known color: Claret. HEX triplet: 75, 26 and 3B. RGB value is (117,38,59). Sum of RGB (Red+Green+Blue) = 117+38+59=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75263B is #8AD9C4. Grayscale: #404040. Windows color (decimal): -9099717 or 3876469. OLE color: 3876469.

HSL color Cylindrical-coordinate representation of color #75263B: hue angle of 344.05º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75263B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 59 -
CMYK 0 0.68 0.50 0.54
HSL 344.05º 0.51% 0.3% -
HSV(B) 344.05º 0.68% 0.46% -
XYZ 8.82 5.48 4.73 -
YUV 64.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 117 38 59 0 0.68 0.50 0.54 344.05 0.51 0.3
Hex 75 26 3B 0 44 32 36 158 33 1E
Octal 165 46 73 0 104 62 66 530 63 36
Binary 1110101 100110 111011 0 1000100 110010 110110 101011000 110011 11110

Color Harmonies of #75263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75263B

Black with #75263B

Text Example


Text Example

White with #75263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75263B; }

 p { color: rgb(117,38,59); }

 H1.HeaderClassName
 {
   color: #75263B;
 }
 .AnyTagClassName
 {
   color: #75263B;
 }
</style>

background-color css

<style>
 a { background-color: #75263B; }

 a { background-color: rgb(117,38,59); }

 div.DivClassName
 {
   background-color: #75263B;
 }
 .BgClassName
 {
   background-color: #75263B;
 }
</style>

border-color css

<style>
 span { border-color: #75263B; }

 span { border-color: rgb(117,38,59); }

 td.TdClassName
 {
   border-color: #75263B;
 }
 .TagClassName
 {
   border-color: #75263B;
 }
</style>