Html Css Color HEX #422223 Bulgarian Rose

📋 copy color: '#422223'

red 66 ◦ green 34 ◦ blue 35

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

Shades of Bulgarian Rose #422223

Tints of Bulgarian Rose #422223

RGB

 RED value IS 66 (26.17% from 255) = 48.89%

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

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

R = 48.89%
G = 25.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422223 (or 0x422223) is known color: Bulgarian Rose. HEX triplet: 42, 22 and 23. RGB value is (66,34,35). Sum of RGB (Red+Green+Blue) = 66+34+35=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422223 is #BDDDDC. Grayscale: #2B2B2B. Windows color (decimal): -12443101 or 2302530. OLE color: 2302530.

HSL color Cylindrical-coordinate representation of color #422223: hue angle of 358.12º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422223 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 34 35 -
CMYK 0 0.48 0.47 0.74
HSL 358.13º 0.32% 0.2% -
HSV(B) 358.13º 0.48% 0.26% -
XYZ 3.12 2.42 1.89 -
YUV 43.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 66 34 35 0 0.48 0.47 0.74 358.13 0.32 0.2
Hex 42 22 23 0 30 2F 4A 166 20 14
Octal 102 42 43 0 60 57 112 546 40 24
Binary 1000010 100010 100011 0 110000 101111 1001010 101100110 100000 10100

Color Harmonies of #422223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422223

Black with #422223

Text Example


Text Example

White with #422223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422223; }

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

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

background-color css

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

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

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

border-color css

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

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

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