Html Css Color HEX #631420 Pohutukawa

📋 copy color: '#631420'

red 99 ◦ green 20 ◦ blue 32

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

Shades of Pohutukawa #631420

Tints of Pohutukawa #631420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 65.56%
G = 13.25%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#631420 (or 0x631420) is known color: Pohutukawa. HEX triplet: 63, 14 and 20. RGB value is (99,20,32). Sum of RGB (Red+Green+Blue) = 99+20+32=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631420 is #9CEBDF. Grayscale: #2D2D2D. Windows color (decimal): -10284000 or 2102371. OLE color: 2102371.

HSL color Cylindrical-coordinate representation of color #631420: hue angle of 350.89º 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 #631420 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 32 -
CMYK 0 0.80 0.68 0.61
HSL 350.89º 0.66% 0.23% -
HSV(B) 350.89º 0.8% 0.39% -
XYZ 5.66 3.26 1.7 -
YUV 44.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 99 20 32 0 0.80 0.68 0.61 350.89 0.66 0.23
Hex 63 14 20 0 50 44 3D 15F 42 17
Octal 143 24 40 0 120 104 75 537 102 27
Binary 1100011 10100 100000 0 1010000 1000100 111101 101011111 1000010 10111

Color Harmonies of #631420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631420

Black with #631420

Text Example


Text Example

White with #631420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631420; }

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

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

background-color css

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

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

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

border-color css

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

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

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