Html Css Color HEX #442429 Bulgarian Rose

📋 copy color: '#442429'

red 68 ◦ green 36 ◦ blue 41

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

Shades of Bulgarian Rose #442429

Tints of Bulgarian Rose #442429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 46.9%
G = 24.83%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#442429 (or 0x442429) is known color: Bulgarian Rose. HEX triplet: 44, 24 and 29. RGB value is (68,36,41). Sum of RGB (Red+Green+Blue) = 68+36+41=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442429 is #BBDBD6. Grayscale: #2E2E2E. Windows color (decimal): -12311511 or 2696260. OLE color: 2696260.

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

Color convert

RGB 68 36 41 -
CMYK 0 0.47 0.40 0.73
HSL 350.63º 0.31% 0.2% -
HSV(B) 350.63º 0.47% 0.27% -
XYZ 3.42 2.65 2.43 -
YUV 46.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 68 36 41 0 0.47 0.40 0.73 350.63 0.31 0.2
Hex 44 24 29 0 2F 28 49 15F 1F 14
Octal 104 44 51 0 57 50 111 537 37 24
Binary 1000100 100100 101001 0 101111 101000 1001001 101011111 11111 10100

Color Harmonies of #442429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442429

Black with #442429

Text Example


Text Example

White with #442429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442429; }

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

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

background-color css

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

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

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

border-color css

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

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

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