Html Css Color HEX #442428 Bulgarian Rose

📋 copy color: '#442428'

red 68 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #442428

Tints of Bulgarian Rose #442428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 47.22%
G = 25%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#442428 (or 0x442428) is known color: Bulgarian Rose. HEX triplet: 44, 24 and 28. RGB value is (68,36,40). Sum of RGB (Red+Green+Blue) = 68+36+40=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442428 is #BBDBD7. Grayscale: #2E2E2E. Windows color (decimal): -12311512 or 2630724. OLE color: 2630724.

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

Color convert

RGB 68 36 40 -
CMYK 0 0.47 0.41 0.73
HSL 352.5º 0.31% 0.2% -
HSV(B) 352.5º 0.47% 0.27% -
XYZ 3.4 2.64 2.34 -
YUV 46.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 68 36 40 0 0.47 0.41 0.73 352.5 0.31 0.2
Hex 44 24 28 0 2F 29 49 160 1F 14
Octal 104 44 50 0 57 51 111 540 37 24
Binary 1000100 100100 101000 0 101111 101001 1001001 101100000 11111 10100

Color Harmonies of #442428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442428

Black with #442428

Text Example


Text Example

White with #442428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442428; }

 p { color: rgb(68,36,40); }

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

background-color css

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

 a { background-color: rgb(68,36,40); }

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

border-color css

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

 span { border-color: rgb(68,36,40); }

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