Html Css Color HEX #441E1F Bulgarian Rose

📋 copy color: '#441E1F'

red 68 ◦ green 30 ◦ blue 31

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

Shades of Bulgarian Rose #441E1F

Tints of Bulgarian Rose #441E1F

RGB

 RED value IS 68 (26.95% from 255) = 52.71%

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 52.71%
G = 23.26%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#441E1F (or 0x441E1F) is known color: Bulgarian Rose. HEX triplet: 44, 1E and 1F. RGB value is (68,30,31). Sum of RGB (Red+Green+Blue) = 68+30+31=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E1F is #BBE1E0. Grayscale: #292929. Windows color (decimal): -12313057 or 2039364. OLE color: 2039364.

HSL color Cylindrical-coordinate representation of color #441E1F: hue angle of 358.42º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E1F is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 31 -
CMYK 0 0.56 0.54 0.73
HSL 358.42º 0.39% 0.19% -
HSV(B) 358.42º 0.56% 0.27% -
XYZ 3.1 2.26 1.57 -
YUV 41.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 68 30 31 0 0.56 0.54 0.73 358.42 0.39 0.19
Hex 44 1E 1F 0 38 36 49 166 27 13
Octal 104 36 37 0 70 66 111 546 47 23
Binary 1000100 11110 11111 0 111000 110110 1001001 101100110 100111 10011

Color Harmonies of #441E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E1F

Black with #441E1F

Text Example


Text Example

White with #441E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E1F; }

 p { color: rgb(68,30,31); }

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

background-color css

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

 a { background-color: rgb(68,30,31); }

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

border-color css

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

 span { border-color: rgb(68,30,31); }

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