Html Css Color HEX #621014 Pohutukawa

📋 copy color: '#621014'

red 98 ◦ green 16 ◦ blue 20

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

Shades of Pohutukawa #621014

Tints of Pohutukawa #621014

RGB

 RED value IS 98 (38.67% from 255) = 73.13%

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 73.13%
G = 11.94%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#621014 (or 0x621014) is known color: Pohutukawa. HEX triplet: 62, 10 and 14. RGB value is (98,16,20). Sum of RGB (Red+Green+Blue) = 98+16+20=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621014 is #9DEFEB. Grayscale: #292929. Windows color (decimal): -10350572 or 1314914. OLE color: 1314914.

HSL color Cylindrical-coordinate representation of color #621014: hue angle of 357.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621014 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 20 -
CMYK 0 0.84 0.80 0.62
HSL 357.07º 0.72% 0.22% -
HSV(B) 357.07º 0.84% 0.38% -
XYZ 5.35 3.02 0.96 -
YUV 40.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 98 16 20 0 0.84 0.80 0.62 357.07 0.72 0.22
Hex 62 10 14 0 54 50 3E 165 48 16
Octal 142 20 24 0 124 120 76 545 110 26
Binary 1100010 10000 10100 0 1010100 1010000 111110 101100101 1001000 10110

Color Harmonies of #621014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621014

Black with #621014

Text Example


Text Example

White with #621014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621014; }

 p { color: rgb(98,16,20); }

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

background-color css

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

 a { background-color: rgb(98,16,20); }

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

border-color css

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

 span { border-color: rgb(98,16,20); }

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