Html Css Color HEX #630914 Pohutukawa

📋 copy color: '#630914'

red 99 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #630914

Tints of Pohutukawa #630914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 77.34%
G = 7.03%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#630914 (or 0x630914) is known color: Pohutukawa. HEX triplet: 63, 09 and 14. RGB value is (99,9,20). Sum of RGB (Red+Green+Blue) = 99+9+20=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #630914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630914 is #9CF6EB. Grayscale: #252525. Windows color (decimal): -10286828 or 1313123. OLE color: 1313123.

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

Color convert

RGB 99 9 20 -
CMYK 0 0.91 0.80 0.61
HSL 352.67º 0.83% 0.21% -
HSV(B) 352.67º 0.91% 0.39% -
XYZ 5.37 2.9 0.94 -
YUV 37.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 99 9 20 0 0.91 0.80 0.61 352.67 0.83 0.21
Hex 63 9 14 0 5B 50 3D 161 53 15
Octal 143 11 24 0 133 120 75 541 123 25
Binary 1100011 1001 10100 0 1011011 1010000 111101 101100001 1010011 10101

Color Harmonies of #630914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630914

Black with #630914

Text Example


Text Example

White with #630914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630914; }

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

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

background-color css

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

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

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

border-color css

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

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

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