Html Css Color HEX #481F23 Bulgarian Rose

📋 copy color: '#481F23'

red 72 ◦ green 31 ◦ blue 35

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

Shades of Bulgarian Rose #481F23

Tints of Bulgarian Rose #481F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.46%

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 52.17%
G = 22.46%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481F23 (or 0x481F23) is known color: Bulgarian Rose. HEX triplet: 48, 1F and 23. RGB value is (72,31,35). Sum of RGB (Red+Green+Blue) = 72+31+35=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F23 is #B7E0DC. Grayscale: #2B2B2B. Windows color (decimal): -12050653 or 2301768. OLE color: 2301768.

HSL color Cylindrical-coordinate representation of color #481F23: hue angle of 354.15º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F23 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 35 -
CMYK 0 0.57 0.51 0.72
HSL 354.15º 0.4% 0.2% -
HSV(B) 354.15º 0.57% 0.28% -
XYZ 3.47 2.48 1.89 -
YUV 43.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 72 31 35 0 0.57 0.51 0.72 354.15 0.4 0.2
Hex 48 1F 23 0 39 33 48 162 28 14
Octal 110 37 43 0 71 63 110 542 50 24
Binary 1001000 11111 100011 0 111001 110011 1001000 101100010 101000 10100

Color Harmonies of #481F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F23

Black with #481F23

Text Example


Text Example

White with #481F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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