Html Css Color HEX #452529 Bulgarian Rose

📋 copy color: '#452529'

red 69 ◦ green 37 ◦ blue 41

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

Shades of Bulgarian Rose #452529

Tints of Bulgarian Rose #452529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

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

R = 46.94%
G = 25.17%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#452529 (or 0x452529) is known color: Bulgarian Rose. HEX triplet: 45, 25 and 29. RGB value is (69,37,41). Sum of RGB (Red+Green+Blue) = 69+37+41=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452529 is #BADAD6. Grayscale: #2F2F2F. Windows color (decimal): -12245719 or 2696517. OLE color: 2696517.

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

Color convert

RGB 69 37 41 -
CMYK 0 0.46 0.41 0.73
HSL 352.5º 0.3% 0.21% -
HSV(B) 352.5º 0.46% 0.27% -
XYZ 3.52 2.75 2.44 -
YUV 47.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 69 37 41 0 0.46 0.41 0.73 352.5 0.3 0.21
Hex 45 25 29 0 2E 29 49 160 1E 15
Octal 105 45 51 0 56 51 111 540 36 25
Binary 1000101 100101 101001 0 101110 101001 1001001 101100000 11110 10101

Color Harmonies of #452529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452529

Black with #452529

Text Example


Text Example

White with #452529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452529; }

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

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

background-color css

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

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

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

border-color css

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

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

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