Html Css Color HEX #630510 Pohutukawa

📋 copy color: '#630510'

red 99 ◦ green 5 ◦ blue 16

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

Shades of Pohutukawa #630510

Tints of Pohutukawa #630510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 82.5%
G = 4.17%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#630510 (or 0x630510) is known color: Pohutukawa. HEX triplet: 63, 05 and 10. RGB value is (99,5,16). Sum of RGB (Red+Green+Blue) = 99+5+16=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630510 is #9CFAEF. Grayscale: #222222. Windows color (decimal): -10287856 or 1049955. OLE color: 1049955.

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

Color convert

RGB 99 5 16 -
CMYK 0 0.95 0.84 0.61
HSL 352.98º 0.9% 0.2% -
HSV(B) 352.98º 0.95% 0.39% -
XYZ 5.29 2.8 0.75 -
YUV 34.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 99 5 16 0 0.95 0.84 0.61 352.98 0.9 0.2
Hex 63 5 10 0 5F 54 3D 161 5A 14
Octal 143 5 20 0 137 124 75 541 132 24
Binary 1100011 101 10000 0 1011111 1010100 111101 101100001 1011010 10100

Color Harmonies of #630510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630510

Black with #630510

Text Example


Text Example

White with #630510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630510; }

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

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

background-color css

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

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

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

border-color css

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

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

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