Html Css Color HEX #4B2122 Bulgarian Rose

📋 copy color: '#4B2122'

red 75 ◦ green 33 ◦ blue 34

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

Shades of Bulgarian Rose #4B2122

Tints of Bulgarian Rose #4B2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 52.82%
G = 23.24%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4B2122 (or 0x4B2122) is known color: Bulgarian Rose. HEX triplet: 4B, 21 and 22. RGB value is (75,33,34). Sum of RGB (Red+Green+Blue) = 75+33+34=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2122 is #B4DEDD. Grayscale: #2D2D2D. Windows color (decimal): -11853534 or 2236747. OLE color: 2236747.

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

Color convert

RGB 75 33 34 -
CMYK 0 0.56 0.55 0.71
HSL 358.57º 0.39% 0.21% -
HSV(B) 358.57º 0.56% 0.29% -
XYZ 3.73 2.7 1.84 -
YUV 45.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 75 33 34 0 0.56 0.55 0.71 358.57 0.39 0.21
Hex 4B 21 22 0 38 37 47 167 27 15
Octal 113 41 42 0 70 67 107 547 47 25
Binary 1001011 100001 100010 0 111000 110111 1000111 101100111 100111 10101

Color Harmonies of #4B2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2122

Black with #4B2122

Text Example


Text Example

White with #4B2122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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