Html Css Color HEX #5C212F Black Rose

📋 copy color: '#5C212F'

red 92 ◦ green 33 ◦ blue 47

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

Shades of Black Rose #5C212F

Tints of Black Rose #5C212F

RGB

 RED value IS 92 (36.33% from 255) = 53.49%

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

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 53.49%
G = 19.19%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5C212F (or 0x5C212F) is known color: Black Rose. HEX triplet: 5C, 21 and 2F. RGB value is (92,33,47). Sum of RGB (Red+Green+Blue) = 92+33+47=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212F is #A3DED0. Grayscale: #343434. Windows color (decimal): -10739409 or 3088732. OLE color: 3088732.

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

Color convert

RGB 92 33 47 -
CMYK 0 0.64 0.49 0.64
HSL 345.76º 0.47% 0.25% -
HSV(B) 345.76º 0.64% 0.36% -
XYZ 5.47 3.57 3.09 -
YUV 52.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 92 33 47 0 0.64 0.49 0.64 345.76 0.47 0.25
Hex 5C 21 2F 0 40 31 40 15A 2F 19
Octal 134 41 57 0 100 61 100 532 57 31
Binary 1011100 100001 101111 0 1000000 110001 1000000 101011010 101111 11001

Color Harmonies of #5C212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C212F

Black with #5C212F

Text Example


Text Example

White with #5C212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C212F; }

 p { color: rgb(92,33,47); }

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

background-color css

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

 a { background-color: rgb(92,33,47); }

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

border-color css

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

 span { border-color: rgb(92,33,47); }

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