Html Css Color HEX #431F29 Castro

📋 copy color: '#431F29'

red 67 ◦ green 31 ◦ blue 41

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

Shades of Castro #431F29

Tints of Castro #431F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.3%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 48.2%
G = 22.3%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#431F29 (or 0x431F29) is known color: Castro. HEX triplet: 43, 1F and 29. RGB value is (67,31,41). Sum of RGB (Red+Green+Blue) = 67+31+41=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F29 is #BCE0D6. Grayscale: #2A2A2A. Windows color (decimal): -12378327 or 2694979. OLE color: 2694979.

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

Color convert

RGB 67 31 41 -
CMYK 0 0.54 0.39 0.74
HSL 343.33º 0.37% 0.19% -
HSV(B) 343.33º 0.54% 0.26% -
XYZ 3.2 2.33 2.38 -
YUV 42.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 67 31 41 0 0.54 0.39 0.74 343.33 0.37 0.19
Hex 43 1F 29 0 36 27 4A 157 25 13
Octal 103 37 51 0 66 47 112 527 45 23
Binary 1000011 11111 101001 0 110110 100111 1001010 101010111 100101 10011

Color Harmonies of #431F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F29

Black with #431F29

Text Example


Text Example

White with #431F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,41); }

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

background-color css

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

 a { background-color: rgb(67,31,41); }

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

border-color css

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

 span { border-color: rgb(67,31,41); }

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