Html Css Color HEX #431827 Castro

📋 copy color: '#431827'

red 67 ◦ green 24 ◦ blue 39

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

Shades of Castro #431827

Tints of Castro #431827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 51.54%
G = 18.46%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#431827 (or 0x431827) is known color: Castro. HEX triplet: 43, 18 and 27. RGB value is (67,24,39). Sum of RGB (Red+Green+Blue) = 67+24+39=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431827 is #BCE7D8. Grayscale: #262626. Windows color (decimal): -12380121 or 2562115. OLE color: 2562115.

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

Color convert

RGB 67 24 39 -
CMYK 0 0.64 0.42 0.74
HSL 339.07º 0.47% 0.18% -
HSV(B) 339.07º 0.64% 0.26% -
XYZ 3.01 1.99 2.15 -
YUV 38.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 67 24 39 0 0.64 0.42 0.74 339.07 0.47 0.18
Hex 43 18 27 0 40 2A 4A 153 2F 12
Octal 103 30 47 0 100 52 112 523 57 22
Binary 1000011 11000 100111 0 1000000 101010 1001010 101010011 101111 10010

Color Harmonies of #431827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431827

Black with #431827

Text Example


Text Example

White with #431827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431827; }

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

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

background-color css

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

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

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

border-color css

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

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

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