#4B2021

Color #4B2021 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #4B2021

Tints of Bulgarian Rose #4B2021

Color information

#4B2021 (or 0x4B2021) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 20 and 21. RGB value is (75,32,33). Sum of RGB (Red+Green+Blue) = 75+32+33=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2021 is #B4DFDE. Grayscale: #2D2D2D. Windows color (decimal): -11853791 or 2170955. OLE color: 2170955.

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

Color convert

RGB753233-
CMYK00.570.560.71
HSL358.6º40.19%20.98%-
HSV(B)358.6º57.33%29.41%-
XYZ3.692.641.75-
YUV44.97121.25149.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=53.57%
G=22.86%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75323300.570.560.71358.640.1920.98
Hex4B202103938471672815
Octal1134041071701075475025
Binary10010111000001000010111001111000100011110110011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B2021;
 }
 .AnyTagClassName
 {
   color: #4B2021;
 }
</style>
background-color css

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

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

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

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

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

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