Html Css Color HEX #602331 Claret

📋 copy color: '#602331'

red 96 ◦ green 35 ◦ blue 49

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

Shades of Claret #602331

Tints of Claret #602331

RGB

 RED value IS 96 (37.89% from 255) = 53.33%

 GREEN value IS 35 (14.06% from 255) = 19.44%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 53.33%
G = 19.44%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#602331 (or 0x602331) is known color: Claret. HEX triplet: 60, 23 and 31. RGB value is (96,35,49). Sum of RGB (Red+Green+Blue) = 96+35+49=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602331 is #9FDCCE. Grayscale: #363636. Windows color (decimal): -10476751 or 3220320. OLE color: 3220320.

HSL color Cylindrical-coordinate representation of color #602331: hue angle of 346.23º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602331 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 49 -
CMYK 0 0.64 0.49 0.62
HSL 346.23º 0.47% 0.26% -
HSV(B) 346.23º 0.64% 0.38% -
XYZ 5.98 3.91 3.35 -
YUV 54.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 96 35 49 0 0.64 0.49 0.62 346.23 0.47 0.26
Hex 60 23 31 0 40 31 3E 15A 2F 1A
Octal 140 43 61 0 100 61 76 532 57 32
Binary 1100000 100011 110001 0 1000000 110001 111110 101011010 101111 11010

Color Harmonies of #602331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602331

Black with #602331

Text Example


Text Example

White with #602331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602331; }

 p { color: rgb(96,35,49); }

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

background-color css

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

 a { background-color: rgb(96,35,49); }

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

border-color css

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

 span { border-color: rgb(96,35,49); }

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