Html Css Color HEX #532630 Black Rose

📋 copy color: '#532630'

red 83 ◦ green 38 ◦ blue 48

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

Shades of Black Rose #532630

Tints of Black Rose #532630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.49%

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

R = 49.11%
G = 22.49%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532630 (or 0x532630) is known color: Black Rose. HEX triplet: 53, 26 and 30. RGB value is (83,38,48). Sum of RGB (Red+Green+Blue) = 83+38+48=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532630 is #ACD9CF. Grayscale: #343434. Windows color (decimal): -11327952 or 3155539. OLE color: 3155539.

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

Color convert

RGB 83 38 48 -
CMYK 0 0.54 0.42 0.67
HSL 346.67º 0.37% 0.24% -
HSV(B) 346.67º 0.54% 0.33% -
XYZ 4.79 3.44 3.21 -
YUV 52.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 83 38 48 0 0.54 0.42 0.67 346.67 0.37 0.24
Hex 53 26 30 0 36 2A 43 15B 25 18
Octal 123 46 60 0 66 52 103 533 45 30
Binary 1010011 100110 110000 0 110110 101010 1000011 101011011 100101 11000

Color Harmonies of #532630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532630

Black with #532630

Text Example


Text Example

White with #532630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532630; }

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

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

background-color css

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

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

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

border-color css

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

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

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