Html Css Color HEX #620717 Pohutukawa

📋 copy color: '#620717'

red 98 ◦ green 7 ◦ blue 23

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

Shades of Pohutukawa #620717

Tints of Pohutukawa #620717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 76.56%
G = 5.47%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#620717 (or 0x620717) is known color: Pohutukawa. HEX triplet: 62, 07 and 17. RGB value is (98,7,23). Sum of RGB (Red+Green+Blue) = 98+7+23=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #620717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620717 is #9DF8E8. Grayscale: #242424. Windows color (decimal): -10352873 or 1509218. OLE color: 1509218.

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

Color convert

RGB 98 7 23 -
CMYK 0 0.93 0.77 0.62
HSL 349.45º 0.87% 0.21% -
HSV(B) 349.45º 0.93% 0.38% -
XYZ 5.27 2.81 1.08 -
YUV 36.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 98 7 23 0 0.93 0.77 0.62 349.45 0.87 0.21
Hex 62 7 17 0 5D 4D 3E 15D 57 15
Octal 142 7 27 0 135 115 76 535 127 25
Binary 1100010 111 10111 0 1011101 1001101 111110 101011101 1010111 10101

Color Harmonies of #620717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620717

Black with #620717

Text Example


Text Example

White with #620717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620717; }

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

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

background-color css

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

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

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

border-color css

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

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

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