Html Css Color HEX #482627 Bulgarian Rose

📋 copy color: '#482627'

red 72 ◦ green 38 ◦ blue 39

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

Shades of Bulgarian Rose #482627

Tints of Bulgarian Rose #482627

RGB

 RED value IS 72 (28.52% from 255) = 48.32%

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

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

R = 48.32%
G = 25.5%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#482627 (or 0x482627) is known color: Bulgarian Rose. HEX triplet: 48, 26 and 27. RGB value is (72,38,39). Sum of RGB (Red+Green+Blue) = 72+38+39=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482627 is #B7D9D8. Grayscale: #303030. Windows color (decimal): -12048857 or 2565704. OLE color: 2565704.

HSL color Cylindrical-coordinate representation of color #482627: hue angle of 358.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482627 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 39 -
CMYK 0 0.47 0.46 0.72
HSL 358.24º 0.31% 0.22% -
HSV(B) 358.24º 0.47% 0.28% -
XYZ 3.73 2.91 2.28 -
YUV 48.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 72 38 39 0 0.47 0.46 0.72 358.24 0.31 0.22
Hex 48 26 27 0 2F 2E 48 166 1F 16
Octal 110 46 47 0 57 56 110 546 37 26
Binary 1001000 100110 100111 0 101111 101110 1001000 101100110 11111 10110

Color Harmonies of #482627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482627

Black with #482627

Text Example


Text Example

White with #482627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482627; }

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

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

background-color css

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

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

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

border-color css

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

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

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