Html Css Color HEX #431D28 Castro

📋 copy color: '#431D28'

red 67 ◦ green 29 ◦ blue 40

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

Shades of Castro #431D28

Tints of Castro #431D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 49.26%
G = 21.32%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#431D28 (or 0x431D28) is known color: Castro. HEX triplet: 43, 1D and 28. RGB value is (67,29,40). Sum of RGB (Red+Green+Blue) = 67+29+40=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #431D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D28 is #BCE2D7. Grayscale: #292929. Windows color (decimal): -12378840 or 2628931. OLE color: 2628931.

HSL color Cylindrical-coordinate representation of color #431D28: hue angle of 342.63º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D28 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 40 -
CMYK 0 0.57 0.40 0.74
HSL 342.63º 0.4% 0.19% -
HSV(B) 342.63º 0.57% 0.26% -
XYZ 3.14 2.23 2.27 -
YUV 41.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 67 29 40 0 0.57 0.40 0.74 342.63 0.4 0.19
Hex 43 1D 28 0 39 28 4A 157 28 13
Octal 103 35 50 0 71 50 112 527 50 23
Binary 1000011 11101 101000 0 111001 101000 1001010 101010111 101000 10011

Color Harmonies of #431D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D28

Black with #431D28

Text Example


Text Example

White with #431D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,29,40); }

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

background-color css

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

 a { background-color: rgb(67,29,40); }

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

border-color css

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

 span { border-color: rgb(67,29,40); }

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