Html Css Color HEX #532C3C Black Rose

📋 copy color: '#532C3C'

red 83 ◦ green 44 ◦ blue 60

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

Shades of Black Rose #532C3C

Tints of Black Rose #532C3C

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 44.39%
G = 23.53%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#532C3C (or 0x532C3C) is known color: Black Rose. HEX triplet: 53, 2C and 3C. RGB value is (83,44,60). Sum of RGB (Red+Green+Blue) = 83+44+60=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C3C is #ACD3C3. Grayscale: #393939. Windows color (decimal): -11326404 or 3943507. OLE color: 3943507.

HSL color Cylindrical-coordinate representation of color #532C3C: hue angle of 335.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C3C is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 60 -
CMYK 0 0.47 0.28 0.67
HSL 335.38º 0.31% 0.25% -
HSV(B) 335.38º 0.47% 0.33% -
XYZ 5.28 3.97 4.76 -
YUV 57.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 83 44 60 0 0.47 0.28 0.67 335.38 0.31 0.25
Hex 53 2C 3C 0 2F 1C 43 14F 1F 19
Octal 123 54 74 0 57 34 103 517 37 31
Binary 1010011 101100 111100 0 101111 11100 1000011 101001111 11111 11001

Color Harmonies of #532C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C3C

Black with #532C3C

Text Example


Text Example

White with #532C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C3C; }

 p { color: rgb(83,44,60); }

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

background-color css

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

 a { background-color: rgb(83,44,60); }

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

border-color css

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

 span { border-color: rgb(83,44,60); }

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