Html Css Color HEX #762132 Claret

📋 copy color: '#762132'

red 118 ◦ green 33 ◦ blue 50

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

Shades of Claret #762132

Tints of Claret #762132

RGB

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

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

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

R = 58.71%
G = 16.42%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#762132 (or 0x762132) is known color: Claret. HEX triplet: 76, 21 and 32. RGB value is (118,33,50). Sum of RGB (Red+Green+Blue) = 118+33+50=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762132 is #89DECD. Grayscale: #3C3C3C. Windows color (decimal): -9035470 or 3285366. OLE color: 3285366.

HSL color Cylindrical-coordinate representation of color #762132: hue angle of 348º 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 #762132 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 50 -
CMYK 0 0.72 0.58 0.54
HSL 348º 0.56% 0.3% -
HSV(B) 348º 0.72% 0.46% -
XYZ 8.59 5.17 3.56 -
YUV 60.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 118 33 50 0 0.72 0.58 0.54 348 0.56 0.3
Hex 76 21 32 0 48 3A 36 15C 38 1E
Octal 166 41 62 0 110 72 66 534 70 36
Binary 1110110 100001 110010 0 1001000 111010 110110 101011100 111000 11110

Color Harmonies of #762132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762132

Black with #762132

Text Example


Text Example

White with #762132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762132; }

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

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

background-color css

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

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

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

border-color css

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

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

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