Html Css Color HEX #4B2224 Bulgarian Rose

📋 copy color: '#4B2224'

red 75 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #4B2224

Tints of Bulgarian Rose #4B2224

RGB

 RED value IS 75 (29.69% from 255) = 51.72%

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

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 51.72%
G = 23.45%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#4B2224 (or 0x4B2224) is known color: Bulgarian Rose. HEX triplet: 4B, 22 and 24. RGB value is (75,34,36). Sum of RGB (Red+Green+Blue) = 75+34+36=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2224 is #B4DDDB. Grayscale: #2E2E2E. Windows color (decimal): -11853276 or 2368075. OLE color: 2368075.

HSL color Cylindrical-coordinate representation of color #4B2224: hue angle of 357.07º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2224 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 34 36 -
CMYK 0 0.55 0.52 0.71
HSL 357.07º 0.38% 0.21% -
HSV(B) 357.07º 0.55% 0.29% -
XYZ 3.79 2.77 2 -
YUV 46.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 75 34 36 0 0.55 0.52 0.71 357.07 0.38 0.21
Hex 4B 22 24 0 37 34 47 165 26 15
Octal 113 42 44 0 67 64 107 545 46 25
Binary 1001011 100010 100100 0 110111 110100 1000111 101100101 100110 10101

Color Harmonies of #4B2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2224

Black with #4B2224

Text Example


Text Example

White with #4B2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2224; }

 p { color: rgb(75,34,36); }

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

background-color css

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

 a { background-color: rgb(75,34,36); }

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

border-color css

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

 span { border-color: rgb(75,34,36); }

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