Html Css Color HEX #421726 Castro

📋 copy color: '#421726'

red 66 ◦ green 23 ◦ blue 38

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

Shades of Castro #421726

Tints of Castro #421726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 51.97%
G = 18.11%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#421726 (or 0x421726) is known color: Castro. HEX triplet: 42, 17 and 26. RGB value is (66,23,38). Sum of RGB (Red+Green+Blue) = 66+23+38=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421726 is #BDE8D9. Grayscale: #252525. Windows color (decimal): -12445914 or 2496322. OLE color: 2496322.

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

Color convert

RGB 66 23 38 -
CMYK 0 0.65 0.42 0.74
HSL 339.07º 0.48% 0.17% -
HSV(B) 339.07º 0.65% 0.26% -
XYZ 2.9 1.91 2.05 -
YUV 37.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 66 23 38 0 0.65 0.42 0.74 339.07 0.48 0.17
Hex 42 17 26 0 41 2A 4A 153 30 11
Octal 102 27 46 0 101 52 112 523 60 21
Binary 1000010 10111 100110 0 1000001 101010 1001010 101010011 110000 10001

Color Harmonies of #421726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421726

Black with #421726

Text Example


Text Example

White with #421726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421726; }

 p { color: rgb(66,23,38); }

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

background-color css

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

 a { background-color: rgb(66,23,38); }

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

border-color css

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

 span { border-color: rgb(66,23,38); }

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