Html Css Color HEX #482629 Bulgarian Rose

📋 copy color: '#482629'

red 72 ◦ green 38 ◦ blue 41

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

Shades of Bulgarian Rose #482629

Tints of Bulgarian Rose #482629

RGB

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

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

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

R = 47.68%
G = 25.17%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482629 (or 0x482629) is known color: Bulgarian Rose. HEX triplet: 48, 26 and 29. RGB value is (72,38,41). Sum of RGB (Red+Green+Blue) = 72+38+41=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482629 is #B7D9D6. Grayscale: #303030. Windows color (decimal): -12048855 or 2696776. OLE color: 2696776.

HSL color Cylindrical-coordinate representation of color #482629: hue angle of 354.71º 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 #482629 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 41 -
CMYK 0 0.47 0.43 0.72
HSL 354.71º 0.31% 0.22% -
HSV(B) 354.71º 0.47% 0.28% -
XYZ 3.77 2.92 2.46 -
YUV 48.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 72 38 41 0 0.47 0.43 0.72 354.71 0.31 0.22
Hex 48 26 29 0 2F 2B 48 163 1F 16
Octal 110 46 51 0 57 53 110 543 37 26
Binary 1001000 100110 101001 0 101111 101011 1001000 101100011 11111 10110

Color Harmonies of #482629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482629

Black with #482629

Text Example


Text Example

White with #482629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482629; }

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

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

background-color css

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

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

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

border-color css

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

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

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