Html Css Color HEX #442126 Bulgarian Rose

📋 copy color: '#442126'

red 68 ◦ green 33 ◦ blue 38

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

Shades of Bulgarian Rose #442126

Tints of Bulgarian Rose #442126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

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

R = 48.92%
G = 23.74%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#442126 (or 0x442126) is known color: Bulgarian Rose. HEX triplet: 44, 21 and 26. RGB value is (68,33,38). Sum of RGB (Red+Green+Blue) = 68+33+38=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442126 is #BBDED9. Grayscale: #2C2C2C. Windows color (decimal): -12312282 or 2498884. OLE color: 2498884.

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

Color convert

RGB 68 33 38 -
CMYK 0 0.51 0.44 0.73
HSL 351.43º 0.35% 0.2% -
HSV(B) 351.43º 0.51% 0.27% -
XYZ 3.28 2.46 2.14 -
YUV 44.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 68 33 38 0 0.51 0.44 0.73 351.43 0.35 0.2
Hex 44 21 26 0 33 2C 49 15F 23 14
Octal 104 41 46 0 63 54 111 537 43 24
Binary 1000100 100001 100110 0 110011 101100 1001001 101011111 100011 10100

Color Harmonies of #442126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442126

Black with #442126

Text Example


Text Example

White with #442126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442126; }

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

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

background-color css

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

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

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

border-color css

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

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

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