Html Css Color HEX #630210 Pohutukawa

📋 copy color: '#630210'

red 99 ◦ green 2 ◦ blue 16

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

Shades of Pohutukawa #630210

Tints of Pohutukawa #630210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 84.62%
G = 1.71%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#630210 (or 0x630210) is known color: Pohutukawa. HEX triplet: 63, 02 and 10. RGB value is (99,2,16). Sum of RGB (Red+Green+Blue) = 99+2+16=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #630210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630210 is #9CFDEF. Grayscale: #202020. Windows color (decimal): -10288624 or 1049187. OLE color: 1049187.

HSL color Cylindrical-coordinate representation of color #630210: hue angle of 351.34º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630210 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 16 -
CMYK 0 0.98 0.84 0.61
HSL 351.34º 0.96% 0.2% -
HSV(B) 351.34º 0.98% 0.39% -
XYZ 5.26 2.73 0.74 -
YUV 32.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 99 2 16 0 0.98 0.84 0.61 351.34 0.96 0.2
Hex 63 2 10 0 62 54 3D 15F 60 14
Octal 143 2 20 0 142 124 75 537 140 24
Binary 1100011 10 10000 0 1100010 1010100 111101 101011111 1100000 10100

Color Harmonies of #630210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630210

Black with #630210

Text Example


Text Example

White with #630210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630210; }

 p { color: rgb(99,2,16); }

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

background-color css

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

 a { background-color: rgb(99,2,16); }

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

border-color css

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

 span { border-color: rgb(99,2,16); }

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