Html Css Color HEX #631320 Pohutukawa

📋 copy color: '#631320'

red 99 ◦ green 19 ◦ blue 32

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

Shades of Pohutukawa #631320

Tints of Pohutukawa #631320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 66%
G = 12.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#631320 (or 0x631320) is known color: Pohutukawa. HEX triplet: 63, 13 and 20. RGB value is (99,19,32). Sum of RGB (Red+Green+Blue) = 99+19+32=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631320 is #9CECDF. Grayscale: #2C2C2C. Windows color (decimal): -10284256 or 2102115. OLE color: 2102115.

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

Color convert

RGB 99 19 32 -
CMYK 0 0.81 0.68 0.61
HSL 350.25º 0.68% 0.23% -
HSV(B) 350.25º 0.81% 0.39% -
XYZ 5.64 3.22 1.69 -
YUV 44.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 99 19 32 0 0.81 0.68 0.61 350.25 0.68 0.23
Hex 63 13 20 0 51 44 3D 15E 44 17
Octal 143 23 40 0 121 104 75 536 104 27
Binary 1100011 10011 100000 0 1010001 1000100 111101 101011110 1000100 10111

Color Harmonies of #631320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631320

Black with #631320

Text Example


Text Example

White with #631320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631320; }

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

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

background-color css

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

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

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

border-color css

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

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

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