Html Css Color HEX #482729 Bulgarian Rose

📋 copy color: '#482729'

red 72 ◦ green 39 ◦ blue 41

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

Shades of Bulgarian Rose #482729

Tints of Bulgarian Rose #482729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.66%

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

R = 47.37%
G = 25.66%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482729 (or 0x482729) is known color: Bulgarian Rose. HEX triplet: 48, 27 and 29. RGB value is (72,39,41). Sum of RGB (Red+Green+Blue) = 72+39+41=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482729 is #B7D8D6. Grayscale: #313131. Windows color (decimal): -12048599 or 2697032. OLE color: 2697032.

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

Color convert

RGB 72 39 41 -
CMYK 0 0.46 0.43 0.72
HSL 356.36º 0.3% 0.22% -
HSV(B) 356.36º 0.46% 0.28% -
XYZ 3.8 2.99 2.47 -
YUV 49.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 72 39 41 0 0.46 0.43 0.72 356.36 0.3 0.22
Hex 48 27 29 0 2E 2B 48 164 1E 16
Octal 110 47 51 0 56 53 110 544 36 26
Binary 1001000 100111 101001 0 101110 101011 1001000 101100100 11110 10110

Color Harmonies of #482729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482729

Black with #482729

Text Example


Text Example

White with #482729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482729; }

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

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

background-color css

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

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

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

border-color css

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

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

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