Html Css Color HEX #631429 Pohutukawa

📋 copy color: '#631429'

red 99 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #631429

Tints of Pohutukawa #631429

RGB

 RED value IS 99 (39.06% from 255) = 61.88%

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 61.88%
G = 12.5%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#631429 (or 0x631429) is known color: Pohutukawa. HEX triplet: 63, 14 and 29. RGB value is (99,20,41). Sum of RGB (Red+Green+Blue) = 99+20+41=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631429 is #9CEBD6. Grayscale: #2E2E2E. Windows color (decimal): -10283991 or 2692195. OLE color: 2692195.

HSL color Cylindrical-coordinate representation of color #631429: hue angle of 344.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631429 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 41 -
CMYK 0 0.80 0.59 0.61
HSL 344.05º 0.66% 0.23% -
HSV(B) 344.05º 0.8% 0.39% -
XYZ 5.8 3.31 2.43 -
YUV 46.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 99 20 41 0 0.80 0.59 0.61 344.05 0.66 0.23
Hex 63 14 29 0 50 3B 3D 158 42 17
Octal 143 24 51 0 120 73 75 530 102 27
Binary 1100011 10100 101001 0 1010000 111011 111101 101011000 1000010 10111

Color Harmonies of #631429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631429

Black with #631429

Text Example


Text Example

White with #631429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631429; }

 p { color: rgb(99,20,41); }

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

background-color css

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

 a { background-color: rgb(99,20,41); }

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

border-color css

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

 span { border-color: rgb(99,20,41); }

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