Html Css Color HEX #451D1E Bulgarian Rose

📋 copy color: '#451D1E'

red 69 ◦ green 29 ◦ blue 30

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

Shades of Bulgarian Rose #451D1E

Tints of Bulgarian Rose #451D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 53.91%
G = 22.66%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#451D1E (or 0x451D1E) is known color: Bulgarian Rose. HEX triplet: 45, 1D and 1E. RGB value is (69,29,30). Sum of RGB (Red+Green+Blue) = 69+29+30=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D1E is #BAE2E1. Grayscale: #292929. Windows color (decimal): -12247778 or 1973573. OLE color: 1973573.

HSL color Cylindrical-coordinate representation of color #451D1E: hue angle of 358.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 #451D1E is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 29 30 -
CMYK 0 0.58 0.57 0.73
HSL 358.5º 0.41% 0.19% -
HSV(B) 358.5º 0.58% 0.27% -
XYZ 3.13 2.24 1.5 -
YUV 41.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 69 29 30 0 0.58 0.57 0.73 358.5 0.41 0.19
Hex 45 1D 1E 0 3A 39 49 166 29 13
Octal 105 35 36 0 72 71 111 546 51 23
Binary 1000101 11101 11110 0 111010 111001 1001001 101100110 101001 10011

Color Harmonies of #451D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D1E

Black with #451D1E

Text Example


Text Example

White with #451D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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