Html Css Color HEX #630F10 Pohutukawa

📋 copy color: '#630F10'

red 99 ◦ green 15 ◦ blue 16

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

Shades of Pohutukawa #630F10

Tints of Pohutukawa #630F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

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

R = 76.15%
G = 11.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#630F10 (or 0x630F10) is known color: Pohutukawa. HEX triplet: 63, 0F and 10. RGB value is (99,15,16). Sum of RGB (Red+Green+Blue) = 99+15+16=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #630F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F10 is #9CF0EF. Grayscale: #282828. Windows color (decimal): -10285296 or 1052515. OLE color: 1052515.

HSL color Cylindrical-coordinate representation of color #630F10: hue angle of 359.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F10 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 15 16 -
CMYK 0 0.85 0.84 0.61
HSL 359.29º 0.74% 0.22% -
HSV(B) 359.29º 0.85% 0.39% -
XYZ 5.41 3.03 0.79 -
YUV 40.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 99 15 16 0 0.85 0.84 0.61 359.29 0.74 0.22
Hex 63 F 10 0 55 54 3D 167 4A 16
Octal 143 17 20 0 125 124 75 547 112 26
Binary 1100011 1111 10000 0 1010101 1010100 111101 101100111 1001010 10110

Color Harmonies of #630F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F10

Black with #630F10

Text Example


Text Example

White with #630F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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