Html Css Color HEX #442023 Bulgarian Rose

📋 copy color: '#442023'

red 68 ◦ green 32 ◦ blue 35

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

Shades of Bulgarian Rose #442023

Tints of Bulgarian Rose #442023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

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

R = 50.37%
G = 23.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#442023 (or 0x442023) is known color: Bulgarian Rose. HEX triplet: 44, 20 and 23. RGB value is (68,32,35). Sum of RGB (Red+Green+Blue) = 68+32+35=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442023 is #BBDFDC. Grayscale: #2B2B2B. Windows color (decimal): -12312541 or 2302020. OLE color: 2302020.

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

Color convert

RGB 68 32 35 -
CMYK 0 0.53 0.49 0.73
HSL 355º 0.36% 0.2% -
HSV(B) 355º 0.53% 0.27% -
XYZ 3.2 2.38 1.88 -
YUV 43.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 68 32 35 0 0.53 0.49 0.73 355 0.36 0.2
Hex 44 20 23 0 35 31 49 163 24 14
Octal 104 40 43 0 65 61 111 543 44 24
Binary 1000100 100000 100011 0 110101 110001 1001001 101100011 100100 10100

Color Harmonies of #442023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442023

Black with #442023

Text Example


Text Example

White with #442023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442023; }

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

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

background-color css

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

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

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

border-color css

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

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

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