Html Css Color HEX #532438 Black Rose

📋 copy color: '#532438'

red 83 ◦ green 36 ◦ blue 56

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

Shades of Black Rose #532438

Tints of Black Rose #532438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 47.43%
G = 20.57%
B = 32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532438 (or 0x532438) is known color: Black Rose. HEX triplet: 53, 24 and 38. RGB value is (83,36,56). Sum of RGB (Red+Green+Blue) = 83+36+56=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532438 is #ACDBC7. Grayscale: #343434. Windows color (decimal): -11328456 or 3679315. OLE color: 3679315.

HSL color Cylindrical-coordinate representation of color #532438: hue angle of 334.47º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532438 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 56 -
CMYK 0 0.57 0.33 0.67
HSL 334.47º 0.39% 0.23% -
HSV(B) 334.47º 0.57% 0.33% -
XYZ 4.91 3.39 4.14 -
YUV 52.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 83 36 56 0 0.57 0.33 0.67 334.47 0.39 0.23
Hex 53 24 38 0 39 21 43 14E 27 17
Octal 123 44 70 0 71 41 103 516 47 27
Binary 1010011 100100 111000 0 111001 100001 1000011 101001110 100111 10111

Color Harmonies of #532438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532438

Black with #532438

Text Example


Text Example

White with #532438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532438; }

 p { color: rgb(83,36,56); }

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

background-color css

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

 a { background-color: rgb(83,36,56); }

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

border-color css

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

 span { border-color: rgb(83,36,56); }

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