Html Css Color HEX #442327 Bulgarian Rose

📋 copy color: '#442327'

red 68 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #442327

Tints of Bulgarian Rose #442327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 47.89%
G = 24.65%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#442327 (or 0x442327) is known color: Bulgarian Rose. HEX triplet: 44, 23 and 27. RGB value is (68,35,39). Sum of RGB (Red+Green+Blue) = 68+35+39=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442327 is #BBDCD8. Grayscale: #2D2D2D. Windows color (decimal): -12311769 or 2564932. OLE color: 2564932.

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

Color convert

RGB 68 35 39 -
CMYK 0 0.49 0.43 0.73
HSL 352.73º 0.32% 0.2% -
HSV(B) 352.73º 0.49% 0.27% -
XYZ 3.35 2.58 2.24 -
YUV 45.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 68 35 39 0 0.49 0.43 0.73 352.73 0.32 0.2
Hex 44 23 27 0 31 2B 49 161 20 14
Octal 104 43 47 0 61 53 111 541 40 24
Binary 1000100 100011 100111 0 110001 101011 1001001 101100001 100000 10100

Color Harmonies of #442327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442327

Black with #442327

Text Example


Text Example

White with #442327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442327; }

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

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

background-color css

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

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

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

border-color css

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

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

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