Html Css Color HEX #422B31 Castro

📋 copy color: '#422B31'

red 66 ◦ green 43 ◦ blue 49

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

Shades of Castro #422B31

Tints of Castro #422B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 41.77%
G = 27.22%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#422B31 (or 0x422B31) is known color: Castro. HEX triplet: 42, 2B and 31. RGB value is (66,43,49). Sum of RGB (Red+Green+Blue) = 66+43+49=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B31 is #BDD4CE. Grayscale: #323232. Windows color (decimal): -12440783 or 3222338. OLE color: 3222338.

HSL color Cylindrical-coordinate representation of color #422B31: hue angle of 344.35º 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 #422B31 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 49 -
CMYK 0 0.35 0.26 0.74
HSL 344.35º 0.21% 0.21% -
HSV(B) 344.35º 0.35% 0.26% -
XYZ 3.67 3.11 3.31 -
YUV 50.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 66 43 49 0 0.35 0.26 0.74 344.35 0.21 0.21
Hex 42 2B 31 0 23 1A 4A 158 15 15
Octal 102 53 61 0 43 32 112 530 25 25
Binary 1000010 101011 110001 0 100011 11010 1001010 101011000 10101 10101

Color Harmonies of #422B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B31

Black with #422B31

Text Example


Text Example

White with #422B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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