Html Css Color HEX #442226 Bulgarian Rose

📋 copy color: '#442226'

red 68 ◦ green 34 ◦ blue 38

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

Shades of Bulgarian Rose #442226

Tints of Bulgarian Rose #442226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

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

R = 48.57%
G = 24.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#442226 (or 0x442226) is known color: Bulgarian Rose. HEX triplet: 44, 22 and 26. RGB value is (68,34,38). Sum of RGB (Red+Green+Blue) = 68+34+38=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442226 is #BBDDD9. Grayscale: #2C2C2C. Windows color (decimal): -12312026 or 2499140. OLE color: 2499140.

HSL color Cylindrical-coordinate representation of color #442226: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442226 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 38 -
CMYK 0 0.50 0.44 0.73
HSL 352.94º 0.33% 0.2% -
HSV(B) 352.94º 0.5% 0.27% -
XYZ 3.31 2.51 2.14 -
YUV 44.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 68 34 38 0 0.50 0.44 0.73 352.94 0.33 0.2
Hex 44 22 26 0 32 2C 49 161 21 14
Octal 104 42 46 0 62 54 111 541 41 24
Binary 1000100 100010 100110 0 110010 101100 1001001 101100001 100001 10100

Color Harmonies of #442226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442226

Black with #442226

Text Example


Text Example

White with #442226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442226; }

 p { color: rgb(68,34,38); }

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

background-color css

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

 a { background-color: rgb(68,34,38); }

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

border-color css

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

 span { border-color: rgb(68,34,38); }

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