Html Css Color HEX #451E21 Bulgarian Rose

📋 copy color: '#451E21'

red 69 ◦ green 30 ◦ blue 33

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

Shades of Bulgarian Rose #451E21

Tints of Bulgarian Rose #451E21

RGB

 RED value IS 69 (27.34% from 255) = 52.27%

 GREEN value IS 30 (12.11% from 255) = 22.73%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 52.27%
G = 22.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#451E21 (or 0x451E21) is known color: Bulgarian Rose. HEX triplet: 45, 1E and 21. RGB value is (69,30,33). Sum of RGB (Red+Green+Blue) = 69+30+33=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E21 is #BAE1DE. Grayscale: #2A2A2A. Windows color (decimal): -12247519 or 2170437. OLE color: 2170437.

HSL color Cylindrical-coordinate representation of color #451E21: hue angle of 355.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E21 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 30 33 -
CMYK 0 0.57 0.52 0.73
HSL 355.38º 0.39% 0.19% -
HSV(B) 355.38º 0.57% 0.27% -
XYZ 3.19 2.3 1.72 -
YUV 42 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 69 30 33 0 0.57 0.52 0.73 355.38 0.39 0.19
Hex 45 1E 21 0 39 34 49 163 27 13
Octal 105 36 41 0 71 64 111 543 47 23
Binary 1000101 11110 100001 0 111001 110100 1001001 101100011 100111 10011

Color Harmonies of #451E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E21

Black with #451E21

Text Example


Text Example

White with #451E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451E21; }

 p { color: rgb(69,30,33); }

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

background-color css

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

 a { background-color: rgb(69,30,33); }

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

border-color css

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

 span { border-color: rgb(69,30,33); }

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