Html Css Color HEX #452329 Bulgarian Rose

📋 copy color: '#452329'

red 69 ◦ green 35 ◦ blue 41

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

Shades of Bulgarian Rose #452329

Tints of Bulgarian Rose #452329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

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

R = 47.59%
G = 24.14%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#452329 (or 0x452329) is known color: Bulgarian Rose. HEX triplet: 45, 23 and 29. RGB value is (69,35,41). Sum of RGB (Red+Green+Blue) = 69+35+41=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452329 is #BADCD6. Grayscale: #2D2D2D. Windows color (decimal): -12246231 or 2696005. OLE color: 2696005.

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

Color convert

RGB 69 35 41 -
CMYK 0 0.49 0.41 0.73
HSL 349.41º 0.33% 0.2% -
HSV(B) 349.41º 0.49% 0.27% -
XYZ 3.46 2.63 2.42 -
YUV 45.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 69 35 41 0 0.49 0.41 0.73 349.41 0.33 0.2
Hex 45 23 29 0 31 29 49 15D 21 14
Octal 105 43 51 0 61 51 111 535 41 24
Binary 1000101 100011 101001 0 110001 101001 1001001 101011101 100001 10100

Color Harmonies of #452329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452329

Black with #452329

Text Example


Text Example

White with #452329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452329; }

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

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

background-color css

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

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

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

border-color css

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

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

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