Html Css Color HEX #532430 Black Rose

📋 copy color: '#532430'

red 83 ◦ green 36 ◦ blue 48

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

Shades of Black Rose #532430

Tints of Black Rose #532430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 49.7%
G = 21.56%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532430 (or 0x532430) is known color: Black Rose. HEX triplet: 53, 24 and 30. RGB value is (83,36,48). Sum of RGB (Red+Green+Blue) = 83+36+48=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532430 is #ACDBCF. Grayscale: #333333. Windows color (decimal): -11328464 or 3155027. OLE color: 3155027.

HSL color Cylindrical-coordinate representation of color #532430: hue angle of 344.68º 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 #532430 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 48 -
CMYK 0 0.57 0.42 0.67
HSL 344.68º 0.39% 0.23% -
HSV(B) 344.68º 0.57% 0.33% -
XYZ 4.73 3.31 3.19 -
YUV 51.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 83 36 48 0 0.57 0.42 0.67 344.68 0.39 0.23
Hex 53 24 30 0 39 2A 43 159 27 17
Octal 123 44 60 0 71 52 103 531 47 27
Binary 1010011 100100 110000 0 111001 101010 1000011 101011001 100111 10111

Color Harmonies of #532430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532430

Black with #532430

Text Example


Text Example

White with #532430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532430; }

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

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

background-color css

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

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

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

border-color css

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

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

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