Html Css Color HEX #442628 Bulgarian Rose

📋 copy color: '#442628'

red 68 ◦ green 38 ◦ blue 40

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

Shades of Bulgarian Rose #442628

Tints of Bulgarian Rose #442628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 46.58%
G = 26.03%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#442628 (or 0x442628) is known color: Bulgarian Rose. HEX triplet: 44, 26 and 28. RGB value is (68,38,40). Sum of RGB (Red+Green+Blue) = 68+38+40=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442628 is #BBD9D7. Grayscale: #2F2F2F. Windows color (decimal): -12311000 or 2631236. OLE color: 2631236.

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

Color convert

RGB 68 38 40 -
CMYK 0 0.44 0.41 0.73
HSL 356º 0.28% 0.21% -
HSV(B) 356º 0.44% 0.27% -
XYZ 3.46 2.77 2.36 -
YUV 47.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 68 38 40 0 0.44 0.41 0.73 356 0.28 0.21
Hex 44 26 28 0 2C 29 49 164 1C 15
Octal 104 46 50 0 54 51 111 544 34 25
Binary 1000100 100110 101000 0 101100 101001 1001001 101100100 11100 10101

Color Harmonies of #442628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442628

Black with #442628

Text Example


Text Example

White with #442628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442628; }

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

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

background-color css

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

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

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

border-color css

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

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

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