Html Css Color HEX #532838 Black Rose

📋 copy color: '#532838'

red 83 ◦ green 40 ◦ blue 56

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

Shades of Black Rose #532838

Tints of Black Rose #532838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

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

R = 46.37%
G = 22.35%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532838 (or 0x532838) is known color: Black Rose. HEX triplet: 53, 28 and 38. RGB value is (83,40,56). Sum of RGB (Red+Green+Blue) = 83+40+56=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532838 is #ACD7C7. Grayscale: #363636. Windows color (decimal): -11327432 or 3680339. OLE color: 3680339.

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

Color convert

RGB 83 40 56 -
CMYK 0 0.52 0.33 0.67
HSL 337.67º 0.35% 0.24% -
HSV(B) 337.67º 0.52% 0.33% -
XYZ 5.04 3.64 4.18 -
YUV 54.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 83 40 56 0 0.52 0.33 0.67 337.67 0.35 0.24
Hex 53 28 38 0 34 21 43 152 23 18
Octal 123 50 70 0 64 41 103 522 43 30
Binary 1010011 101000 111000 0 110100 100001 1000011 101010010 100011 11000

Color Harmonies of #532838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532838

Black with #532838

Text Example


Text Example

White with #532838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532838; }

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

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

background-color css

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

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

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

border-color css

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

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

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