Html Css Color HEX #762139 Claret

📋 copy color: '#762139'

red 118 ◦ green 33 ◦ blue 57

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

Shades of Claret #762139

Tints of Claret #762139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 56.73%
G = 15.87%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#762139 (or 0x762139) is known color: Claret. HEX triplet: 76, 21 and 39. RGB value is (118,33,57). Sum of RGB (Red+Green+Blue) = 118+33+57=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762139 is #89DEC6. Grayscale: #3D3D3D. Windows color (decimal): -9035463 or 3744118. OLE color: 3744118.

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

Color convert

RGB 118 33 57 -
CMYK 0 0.72 0.52 0.54
HSL 343.06º 0.56% 0.3% -
HSV(B) 343.06º 0.72% 0.46% -
XYZ 8.75 5.23 4.42 -
YUV 61.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 118 33 57 0 0.72 0.52 0.54 343.06 0.56 0.3
Hex 76 21 39 0 48 34 36 157 38 1E
Octal 166 41 71 0 110 64 66 527 70 36
Binary 1110110 100001 111001 0 1001000 110100 110110 101010111 111000 11110

Color Harmonies of #762139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762139

Black with #762139

Text Example


Text Example

White with #762139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762139; }

 p { color: rgb(118,33,57); }

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

background-color css

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

 a { background-color: rgb(118,33,57); }

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

border-color css

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

 span { border-color: rgb(118,33,57); }

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