Html Css Color HEX #442326 Bulgarian Rose

📋 copy color: '#442326'

red 68 ◦ green 35 ◦ blue 38

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

Shades of Bulgarian Rose #442326

Tints of Bulgarian Rose #442326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

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

R = 48.23%
G = 24.82%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#442326 (or 0x442326) is known color: Bulgarian Rose. HEX triplet: 44, 23 and 26. RGB value is (68,35,38). Sum of RGB (Red+Green+Blue) = 68+35+38=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442326 is #BBDCD9. Grayscale: #2D2D2D. Windows color (decimal): -12311770 or 2499396. OLE color: 2499396.

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

Color convert

RGB 68 35 38 -
CMYK 0 0.49 0.44 0.73
HSL 354.55º 0.32% 0.2% -
HSV(B) 354.55º 0.49% 0.27% -
XYZ 3.33 2.57 2.15 -
YUV 45.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 68 35 38 0 0.49 0.44 0.73 354.55 0.32 0.2
Hex 44 23 26 0 31 2C 49 163 20 14
Octal 104 43 46 0 61 54 111 543 40 24
Binary 1000100 100011 100110 0 110001 101100 1001001 101100011 100000 10100

Color Harmonies of #442326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442326

Black with #442326

Text Example


Text Example

White with #442326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442326; }

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

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

background-color css

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

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

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

border-color css

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

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

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