Html Css Color HEX #762438 Claret

📋 copy color: '#762438'

red 118 ◦ green 36 ◦ blue 56

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

Shades of Claret #762438

Tints of Claret #762438

RGB

 RED value IS 118 (46.48% from 255) = 56.19%

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 56.19%
G = 17.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#762438 (or 0x762438) is known color: Claret. HEX triplet: 76, 24 and 38. RGB value is (118,36,56). Sum of RGB (Red+Green+Blue) = 118+36+56=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762438 is #89DBC7. Grayscale: #3E3E3E. Windows color (decimal): -9034696 or 3679350. OLE color: 3679350.

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

Color convert

RGB 118 36 56 -
CMYK 0 0.69 0.53 0.54
HSL 345.37º 0.53% 0.3% -
HSV(B) 345.37º 0.69% 0.46% -
XYZ 8.82 5.4 4.32 -
YUV 62.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 118 36 56 0 0.69 0.53 0.54 345.37 0.53 0.3
Hex 76 24 38 0 45 35 36 159 35 1E
Octal 166 44 70 0 105 65 66 531 65 36
Binary 1110110 100100 111000 0 1000101 110101 110110 101011001 110101 11110

Color Harmonies of #762438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762438

Black with #762438

Text Example


Text Example

White with #762438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762438; }

 p { color: rgb(118,36,56); }

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

background-color css

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

 a { background-color: rgb(118,36,56); }

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

border-color css

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

 span { border-color: rgb(118,36,56); }

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