Html Css Color HEX #451D20 Bulgarian Rose

📋 copy color: '#451D20'

red 69 ◦ green 29 ◦ blue 32

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

Shades of Bulgarian Rose #451D20

Tints of Bulgarian Rose #451D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 53.08%
G = 22.31%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451D20 (or 0x451D20) is known color: Bulgarian Rose. HEX triplet: 45, 1D and 20. RGB value is (69,29,32). Sum of RGB (Red+Green+Blue) = 69+29+32=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D20 is #BAE2DF. Grayscale: #292929. Windows color (decimal): -12247776 or 2104645. OLE color: 2104645.

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

Color convert

RGB 69 29 32 -
CMYK 0 0.58 0.54 0.73
HSL 355.5º 0.41% 0.19% -
HSV(B) 355.5º 0.58% 0.27% -
XYZ 3.15 2.25 1.63 -
YUV 41.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 69 29 32 0 0.58 0.54 0.73 355.5 0.41 0.19
Hex 45 1D 20 0 3A 36 49 164 29 13
Octal 105 35 40 0 72 66 111 544 51 23
Binary 1000101 11101 100000 0 111010 110110 1001001 101100100 101001 10011

Color Harmonies of #451D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D20

Black with #451D20

Text Example


Text Example

White with #451D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,29,32); }

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

background-color css

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

 a { background-color: rgb(69,29,32); }

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

border-color css

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

 span { border-color: rgb(69,29,32); }

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