Html Css Color HEX #620307 Pohutukawa

📋 copy color: '#620307'

red 98 ◦ green 3 ◦ blue 7

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

Shades of Pohutukawa #620307

Tints of Pohutukawa #620307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 7 (3.13% from 255) = 6.48%

R = 90.74%
G = 2.78%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#620307 (or 0x620307) is known color: Pohutukawa. HEX triplet: 62, 03 and 07. RGB value is (98,3,7). Sum of RGB (Red+Green+Blue) = 98+3+7=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620307 is #9DFCF8. Grayscale: #1F1F1F. Windows color (decimal): -10353913 or 459618. OLE color: 459618.

HSL color Cylindrical-coordinate representation of color #620307: hue angle of 357.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620307 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 7 -
CMYK 0 0.97 0.93 0.62
HSL 357.47º 0.94% 0.2% -
HSV(B) 357.47º 0.97% 0.38% -
XYZ 5.11 2.68 0.45 -
YUV 31.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 98 3 7 0 0.97 0.93 0.62 357.47 0.94 0.2
Hex 62 3 7 0 61 5D 3E 165 5E 14
Octal 142 3 7 0 141 135 76 545 136 24
Binary 1100010 11 111 0 1100001 1011101 111110 101100101 1011110 10100

Color Harmonies of #620307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620307

Black with #620307

Text Example


Text Example

White with #620307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620307; }

 p { color: rgb(98,3,7); }

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

background-color css

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

 a { background-color: rgb(98,3,7); }

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

border-color css

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

 span { border-color: rgb(98,3,7); }

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