Html Css Color HEX #431F2A Castro

📋 copy color: '#431F2A'

red 67 ◦ green 31 ◦ blue 42

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

Shades of Castro #431F2A

Tints of Castro #431F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 47.86%
G = 22.14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#431F2A (or 0x431F2A) is known color: Castro. HEX triplet: 43, 1F and 2A. RGB value is (67,31,42). Sum of RGB (Red+Green+Blue) = 67+31+42=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #431F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F2A is #BCE0D5. Grayscale: #2B2B2B. Windows color (decimal): -12378326 or 2760515. OLE color: 2760515.

HSL color Cylindrical-coordinate representation of color #431F2A: hue angle of 341.67º 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 #431F2A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 31 42 -
CMYK 0 0.54 0.37 0.74
HSL 341.67º 0.37% 0.19% -
HSV(B) 341.67º 0.54% 0.26% -
XYZ 3.22 2.34 2.47 -
YUV 43.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 67 31 42 0 0.54 0.37 0.74 341.67 0.37 0.19
Hex 43 1F 2A 0 36 25 4A 156 25 13
Octal 103 37 52 0 66 45 112 526 45 23
Binary 1000011 11111 101010 0 110110 100101 1001010 101010110 100101 10011

Color Harmonies of #431F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F2A

Black with #431F2A

Text Example


Text Example

White with #431F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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