Html Css Color HEX #422B35 Barossa

📋 copy color: '#422B35'

red 66 ◦ green 43 ◦ blue 53

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

Shades of Barossa #422B35

Tints of Barossa #422B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 40.74%
G = 26.54%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#422B35 (or 0x422B35) is known color: Barossa. HEX triplet: 42, 2B and 35. RGB value is (66,43,53). Sum of RGB (Red+Green+Blue) = 66+43+53=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #422B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B35 is #BDD4CA. Grayscale: #333333. Windows color (decimal): -12440779 or 3484482. OLE color: 3484482.

HSL color Cylindrical-coordinate representation of color #422B35: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422B35 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 53 -
CMYK 0 0.35 0.20 0.74
HSL 333.91º 0.21% 0.21% -
HSV(B) 333.91º 0.35% 0.26% -
XYZ 3.75 3.14 3.78 -
YUV 51.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 66 43 53 0 0.35 0.20 0.74 333.91 0.21 0.21
Hex 42 2B 35 0 23 14 4A 14E 15 15
Octal 102 53 65 0 43 24 112 516 25 25
Binary 1000010 101011 110101 0 100011 10100 1001010 101001110 10101 10101

Color Harmonies of #422B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B35

Black with #422B35

Text Example


Text Example

White with #422B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422B35; }

 p { color: rgb(66,43,53); }

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

background-color css

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

 a { background-color: rgb(66,43,53); }

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

border-color css

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

 span { border-color: rgb(66,43,53); }

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