Html Css Color HEX #630710 Pohutukawa

📋 copy color: '#630710'

red 99 ◦ green 7 ◦ blue 16

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

Shades of Pohutukawa #630710

Tints of Pohutukawa #630710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 81.15%
G = 5.74%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#630710 (or 0x630710) is known color: Pohutukawa. HEX triplet: 63, 07 and 10. RGB value is (99,7,16). Sum of RGB (Red+Green+Blue) = 99+7+16=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #630710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630710 is #9CF8EF. Grayscale: #232323. Windows color (decimal): -10287344 or 1050467. OLE color: 1050467.

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

Color convert

RGB 99 7 16 -
CMYK 0 0.93 0.84 0.61
HSL 354.13º 0.87% 0.21% -
HSV(B) 354.13º 0.93% 0.39% -
XYZ 5.32 2.84 0.76 -
YUV 35.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 99 7 16 0 0.93 0.84 0.61 354.13 0.87 0.21
Hex 63 7 10 0 5D 54 3D 162 57 15
Octal 143 7 20 0 135 124 75 542 127 25
Binary 1100011 111 10000 0 1011101 1010100 111101 101100010 1010111 10101

Color Harmonies of #630710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630710

Black with #630710

Text Example


Text Example

White with #630710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630710; }

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

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

background-color css

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

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

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

border-color css

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

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

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