Html Css Color HEX #602632 Black Rose

📋 copy color: '#602632'

red 96 ◦ green 38 ◦ blue 50

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

Shades of Black Rose #602632

Tints of Black Rose #602632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 52.17%
G = 20.65%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602632 (or 0x602632) is known color: Black Rose. HEX triplet: 60, 26 and 32. RGB value is (96,38,50). Sum of RGB (Red+Green+Blue) = 96+38+50=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602632 is #9FD9CD. Grayscale: #383838. Windows color (decimal): -10475982 or 3286624. OLE color: 3286624.

HSL color Cylindrical-coordinate representation of color #602632: hue angle of 347.59º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602632 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 50 -
CMYK 0 0.60 0.48 0.62
HSL 347.59º 0.43% 0.26% -
HSV(B) 347.59º 0.6% 0.38% -
XYZ 6.09 4.1 3.49 -
YUV 56.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 96 38 50 0 0.60 0.48 0.62 347.59 0.43 0.26
Hex 60 26 32 0 3C 30 3E 15C 2B 1A
Octal 140 46 62 0 74 60 76 534 53 32
Binary 1100000 100110 110010 0 111100 110000 111110 101011100 101011 11010

Color Harmonies of #602632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602632

Black with #602632

Text Example


Text Example

White with #602632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602632; }

 p { color: rgb(96,38,50); }

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

background-color css

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

 a { background-color: rgb(96,38,50); }

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

border-color css

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

 span { border-color: rgb(96,38,50); }

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