Html Css Color HEX #53222E Black Rose

📋 copy color: '#53222E'

red 83 ◦ green 34 ◦ blue 46

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

Shades of Black Rose #53222E

Tints of Black Rose #53222E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 50.92%
G = 20.86%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53222E (or 0x53222E) is known color: Black Rose. HEX triplet: 53, 22 and 2E. RGB value is (83,34,46). Sum of RGB (Red+Green+Blue) = 83+34+46=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53222E is #ACDDD1. Grayscale: #323232. Windows color (decimal): -11328978 or 3023443. OLE color: 3023443.

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

Color convert

RGB 83 34 46 -
CMYK 0 0.59 0.45 0.67
HSL 345.31º 0.42% 0.23% -
HSV(B) 345.31º 0.59% 0.33% -
XYZ 4.63 3.18 2.95 -
YUV 50.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 83 34 46 0 0.59 0.45 0.67 345.31 0.42 0.23
Hex 53 22 2E 0 3B 2D 43 159 2A 17
Octal 123 42 56 0 73 55 103 531 52 27
Binary 1010011 100010 101110 0 111011 101101 1000011 101011001 101010 10111

Color Harmonies of #53222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53222E

Black with #53222E

Text Example


Text Example

White with #53222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53222E; }

 p { color: rgb(83,34,46); }

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

background-color css

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

 a { background-color: rgb(83,34,46); }

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

border-color css

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

 span { border-color: rgb(83,34,46); }

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