Html Css Color HEX #421727 Castro

📋 copy color: '#421727'

red 66 ◦ green 23 ◦ blue 39

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

Shades of Castro #421727

Tints of Castro #421727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 51.56%
G = 17.97%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#421727 (or 0x421727) is known color: Castro. HEX triplet: 42, 17 and 27. RGB value is (66,23,39). Sum of RGB (Red+Green+Blue) = 66+23+39=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #421727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421727 is #BDE8D8. Grayscale: #252525. Windows color (decimal): -12445913 or 2561858. OLE color: 2561858.

HSL color Cylindrical-coordinate representation of color #421727: hue angle of 337.67º 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 #421727 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 39 -
CMYK 0 0.65 0.41 0.74
HSL 337.67º 0.48% 0.17% -
HSV(B) 337.67º 0.65% 0.26% -
XYZ 2.92 1.92 2.14 -
YUV 37.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 66 23 39 0 0.65 0.41 0.74 337.67 0.48 0.17
Hex 42 17 27 0 41 29 4A 152 30 11
Octal 102 27 47 0 101 51 112 522 60 21
Binary 1000010 10111 100111 0 1000001 101001 1001010 101010010 110000 10001

Color Harmonies of #421727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421727

Black with #421727

Text Example


Text Example

White with #421727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421727; }

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

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

background-color css

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

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

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

border-color css

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

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

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