Html Css Color HEX #452627 Bulgarian Rose

📋 copy color: '#452627'

red 69 ◦ green 38 ◦ blue 39

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

Shades of Bulgarian Rose #452627

Tints of Bulgarian Rose #452627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 47.26%
G = 26.03%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#452627 (or 0x452627) is known color: Bulgarian Rose. HEX triplet: 45, 26 and 27. RGB value is (69,38,39). Sum of RGB (Red+Green+Blue) = 69+38+39=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452627 is #BAD9D8. Grayscale: #2F2F2F. Windows color (decimal): -12245465 or 2565701. OLE color: 2565701.

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

Color convert

RGB 69 38 39 -
CMYK 0 0.45 0.43 0.73
HSL 358.06º 0.29% 0.21% -
HSV(B) 358.06º 0.45% 0.27% -
XYZ 3.51 2.8 2.27 -
YUV 47.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 69 38 39 0 0.45 0.43 0.73 358.06 0.29 0.21
Hex 45 26 27 0 2D 2B 49 166 1D 15
Octal 105 46 47 0 55 53 111 546 35 25
Binary 1000101 100110 100111 0 101101 101011 1001001 101100110 11101 10101

Color Harmonies of #452627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452627

Black with #452627

Text Example


Text Example

White with #452627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452627; }

 p { color: rgb(69,38,39); }

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

background-color css

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

 a { background-color: rgb(69,38,39); }

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

border-color css

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

 span { border-color: rgb(69,38,39); }

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