Html Css Color HEX #442223 Bulgarian Rose

📋 copy color: '#442223'

red 68 ◦ green 34 ◦ blue 35

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

Shades of Bulgarian Rose #442223

Tints of Bulgarian Rose #442223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 49.64%
G = 24.82%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#442223 (or 0x442223) is known color: Bulgarian Rose. HEX triplet: 44, 22 and 23. RGB value is (68,34,35). Sum of RGB (Red+Green+Blue) = 68+34+35=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442223 is #BBDDDC. Grayscale: #2C2C2C. Windows color (decimal): -12312029 or 2302532. OLE color: 2302532.

HSL color Cylindrical-coordinate representation of color #442223: hue angle of 358.24º 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 #442223 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 35 -
CMYK 0 0.50 0.49 0.73
HSL 358.24º 0.33% 0.2% -
HSV(B) 358.24º 0.5% 0.27% -
XYZ 3.26 2.49 1.9 -
YUV 44.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 68 34 35 0 0.50 0.49 0.73 358.24 0.33 0.2
Hex 44 22 23 0 32 31 49 166 21 14
Octal 104 42 43 0 62 61 111 546 41 24
Binary 1000100 100010 100011 0 110010 110001 1001001 101100110 100001 10100

Color Harmonies of #442223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442223

Black with #442223

Text Example


Text Example

White with #442223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442223; }

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

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

background-color css

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

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

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

border-color css

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

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

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