Html Css Color HEX #630709 Pohutukawa

📋 copy color: '#630709'

red 99 ◦ green 7 ◦ blue 9

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

Shades of Pohutukawa #630709

Tints of Pohutukawa #630709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 86.09%
G = 6.09%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#630709 (or 0x630709) is known color: Pohutukawa. HEX triplet: 63, 07 and 09. RGB value is (99,7,9). Sum of RGB (Red+Green+Blue) = 99+7+9=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #630709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630709 is #9CF8F6. Grayscale: #222222. Windows color (decimal): -10287351 or 591715. OLE color: 591715.

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

Color convert

RGB 99 7 9 -
CMYK 0 0.93 0.91 0.61
HSL 358.7º 0.87% 0.21% -
HSV(B) 358.7º 0.93% 0.39% -
XYZ 5.27 2.82 0.53 -
YUV 34.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 99 7 9 0 0.93 0.91 0.61 358.7 0.87 0.21
Hex 63 7 9 0 5D 5B 3D 167 57 15
Octal 143 7 11 0 135 133 75 547 127 25
Binary 1100011 111 1001 0 1011101 1011011 111101 101100111 1010111 10101

Color Harmonies of #630709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630709

Black with #630709

Text Example


Text Example

White with #630709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630709; }

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

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

background-color css

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

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

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

border-color css

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

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

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