Html Css Color HEX #482326 Bulgarian Rose

📋 copy color: '#482326'

red 72 ◦ green 35 ◦ blue 38

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

Shades of Bulgarian Rose #482326

Tints of Bulgarian Rose #482326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 49.66%
G = 24.14%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#482326 (or 0x482326) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 26. RGB value is (72,35,38). Sum of RGB (Red+Green+Blue) = 72+35+38=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482326 is #B7DCD9. Grayscale: #2E2E2E. Windows color (decimal): -12049626 or 2499400. OLE color: 2499400.

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

Color convert

RGB 72 35 38 -
CMYK 0 0.51 0.47 0.72
HSL 355.14º 0.35% 0.21% -
HSV(B) 355.14º 0.51% 0.28% -
XYZ 3.62 2.72 2.17 -
YUV 46.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 72 35 38 0 0.51 0.47 0.72 355.14 0.35 0.21
Hex 48 23 26 0 33 2F 48 163 23 15
Octal 110 43 46 0 63 57 110 543 43 25
Binary 1001000 100011 100110 0 110011 101111 1001000 101100011 100011 10101

Color Harmonies of #482326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482326

Black with #482326

Text Example


Text Example

White with #482326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482326; }

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

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

background-color css

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

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

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

border-color css

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

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

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