Html Css Color HEX #431A27 Castro

📋 copy color: '#431A27'

red 67 ◦ green 26 ◦ blue 39

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

Shades of Castro #431A27

Tints of Castro #431A27

RGB

 RED value IS 67 (26.56% from 255) = 50.76%

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 50.76%
G = 19.7%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#431A27 (or 0x431A27) is known color: Castro. HEX triplet: 43, 1A and 27. RGB value is (67,26,39). Sum of RGB (Red+Green+Blue) = 67+26+39=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #431A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A27 is #BCE5D8. Grayscale: #272727. Windows color (decimal): -12379609 or 2562627. OLE color: 2562627.

HSL color Cylindrical-coordinate representation of color #431A27: hue angle of 340.98º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A27 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 39 -
CMYK 0 0.61 0.42 0.74
HSL 340.98º 0.44% 0.18% -
HSV(B) 340.98º 0.61% 0.26% -
XYZ 3.05 2.08 2.16 -
YUV 39.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 67 26 39 0 0.61 0.42 0.74 340.98 0.44 0.18
Hex 43 1A 27 0 3D 2A 4A 155 2C 12
Octal 103 32 47 0 75 52 112 525 54 22
Binary 1000011 11010 100111 0 111101 101010 1001010 101010101 101100 10010

Color Harmonies of #431A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A27

Black with #431A27

Text Example


Text Example

White with #431A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A27; }

 p { color: rgb(67,26,39); }

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

background-color css

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

 a { background-color: rgb(67,26,39); }

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

border-color css

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

 span { border-color: rgb(67,26,39); }

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