Html Css Color HEX #532638 Black Rose

📋 copy color: '#532638'

red 83 ◦ green 38 ◦ blue 56

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

Shades of Black Rose #532638

Tints of Black Rose #532638

RGB

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

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

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

R = 46.89%
G = 21.47%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532638 (or 0x532638) is known color: Black Rose. HEX triplet: 53, 26 and 38. RGB value is (83,38,56). Sum of RGB (Red+Green+Blue) = 83+38+56=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532638 is #ACD9C7. Grayscale: #353535. Windows color (decimal): -11327944 or 3679827. OLE color: 3679827.

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

Color convert

RGB 83 38 56 -
CMYK 0 0.54 0.33 0.67
HSL 336º 0.37% 0.24% -
HSV(B) 336º 0.54% 0.33% -
XYZ 4.97 3.51 4.16 -
YUV 53.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 83 38 56 0 0.54 0.33 0.67 336 0.37 0.24
Hex 53 26 38 0 36 21 43 150 25 18
Octal 123 46 70 0 66 41 103 520 45 30
Binary 1010011 100110 111000 0 110110 100001 1000011 101010000 100101 11000

Color Harmonies of #532638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532638

Black with #532638

Text Example


Text Example

White with #532638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532638; }

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

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

background-color css

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

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

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

border-color css

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

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

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