Html Css Color HEX #762232 Claret

📋 copy color: '#762232'

red 118 ◦ green 34 ◦ blue 50

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

Shades of Claret #762232

Tints of Claret #762232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 58.42%
G = 16.83%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#762232 (or 0x762232) is known color: Claret. HEX triplet: 76, 22 and 32. RGB value is (118,34,50). Sum of RGB (Red+Green+Blue) = 118+34+50=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762232 is #89DDCD. Grayscale: #3C3C3C. Windows color (decimal): -9035214 or 3285622. OLE color: 3285622.

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

Color convert

RGB 118 34 50 -
CMYK 0 0.71 0.58 0.54
HSL 348.57º 0.55% 0.3% -
HSV(B) 348.57º 0.71% 0.46% -
XYZ 8.62 5.23 3.57 -
YUV 60.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 118 34 50 0 0.71 0.58 0.54 348.57 0.55 0.3
Hex 76 22 32 0 47 3A 36 15D 37 1E
Octal 166 42 62 0 107 72 66 535 67 36
Binary 1110110 100010 110010 0 1000111 111010 110110 101011101 110111 11110

Color Harmonies of #762232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762232

Black with #762232

Text Example


Text Example

White with #762232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762232; }

 p { color: rgb(118,34,50); }

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

background-color css

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

 a { background-color: rgb(118,34,50); }

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

border-color css

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

 span { border-color: rgb(118,34,50); }

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