Html Css Color HEX #431526 Castro

📋 copy color: '#431526'

red 67 ◦ green 21 ◦ blue 38

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

Shades of Castro #431526

Tints of Castro #431526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 53.17%
G = 16.67%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#431526 (or 0x431526) is known color: Castro. HEX triplet: 43, 15 and 26. RGB value is (67,21,38). Sum of RGB (Red+Green+Blue) = 67+21+38=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431526 is #BCEAD9. Grayscale: #242424. Windows color (decimal): -12380890 or 2495811. OLE color: 2495811.

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

Color convert

RGB 67 21 38 -
CMYK 0 0.69 0.43 0.74
HSL 337.83º 0.52% 0.17% -
HSV(B) 337.83º 0.69% 0.26% -
XYZ 2.93 1.87 2.04 -
YUV 36.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 67 21 38 0 0.69 0.43 0.74 337.83 0.52 0.17
Hex 43 15 26 0 45 2B 4A 152 34 11
Octal 103 25 46 0 105 53 112 522 64 21
Binary 1000011 10101 100110 0 1000101 101011 1001010 101010010 110100 10001

Color Harmonies of #431526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431526

Black with #431526

Text Example


Text Example

White with #431526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431526; }

 p { color: rgb(67,21,38); }

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

background-color css

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

 a { background-color: rgb(67,21,38); }

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

border-color css

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

 span { border-color: rgb(67,21,38); }

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