Html Css Color HEX #452829 Bulgarian Rose

📋 copy color: '#452829'

red 69 ◦ green 40 ◦ blue 41

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

Shades of Bulgarian Rose #452829

Tints of Bulgarian Rose #452829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.67%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 46%
G = 26.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#452829 (or 0x452829) is known color: Bulgarian Rose. HEX triplet: 45, 28 and 29. RGB value is (69,40,41). Sum of RGB (Red+Green+Blue) = 69+40+41=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #452829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452829 is #BAD7D6. Grayscale: #303030. Windows color (decimal): -12244951 or 2697285. OLE color: 2697285.

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

Color convert

RGB 69 40 41 -
CMYK 0 0.42 0.41 0.73
HSL 357.93º 0.27% 0.21% -
HSV(B) 357.93º 0.42% 0.27% -
XYZ 3.61 2.94 2.48 -
YUV 48.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 69 40 41 0 0.42 0.41 0.73 357.93 0.27 0.21
Hex 45 28 29 0 2A 29 49 166 1B 15
Octal 105 50 51 0 52 51 111 546 33 25
Binary 1000101 101000 101001 0 101010 101001 1001001 101100110 11011 10101

Color Harmonies of #452829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452829

Black with #452829

Text Example


Text Example

White with #452829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452829; }

 p { color: rgb(69,40,41); }

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

background-color css

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

 a { background-color: rgb(69,40,41); }

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

border-color css

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

 span { border-color: rgb(69,40,41); }

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