Html Css Color HEX #421827 Castro

📋 copy color: '#421827'

red 66 ◦ green 24 ◦ blue 39

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

Shades of Castro #421827

Tints of Castro #421827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 51.16%
G = 18.6%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#421827 (or 0x421827) is known color: Castro. HEX triplet: 42, 18 and 27. RGB value is (66,24,39). Sum of RGB (Red+Green+Blue) = 66+24+39=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #421827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421827 is #BDE7D8. Grayscale: #262626. Windows color (decimal): -12445657 or 2562114. OLE color: 2562114.

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

Color convert

RGB 66 24 39 -
CMYK 0 0.64 0.41 0.74
HSL 338.57º 0.47% 0.18% -
HSV(B) 338.57º 0.64% 0.26% -
XYZ 2.94 1.96 2.14 -
YUV 38.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 66 24 39 0 0.64 0.41 0.74 338.57 0.47 0.18
Hex 42 18 27 0 40 29 4A 153 2F 12
Octal 102 30 47 0 100 51 112 523 57 22
Binary 1000010 11000 100111 0 1000000 101001 1001010 101010011 101111 10010

Color Harmonies of #421827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421827

Black with #421827

Text Example


Text Example

White with #421827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421827; }

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

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

background-color css

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

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

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

border-color css

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

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

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