Html Css Color HEX #620C19 Pohutukawa

📋 copy color: '#620C19'

red 98 ◦ green 12 ◦ blue 25

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

Shades of Pohutukawa #620C19

Tints of Pohutukawa #620C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 72.59%
G = 8.89%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#620C19 (or 0x620C19) is known color: Pohutukawa. HEX triplet: 62, 0C and 19. RGB value is (98,12,25). Sum of RGB (Red+Green+Blue) = 98+12+25=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #620C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C19 is #9DF3E6. Grayscale: #272727. Windows color (decimal): -10351591 or 1641570. OLE color: 1641570.

HSL color Cylindrical-coordinate representation of color #620C19: hue angle of 350.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C19 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 25 -
CMYK 0 0.88 0.74 0.62
HSL 350.93º 0.78% 0.22% -
HSV(B) 350.93º 0.88% 0.38% -
XYZ 5.34 2.93 1.2 -
YUV 39.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 98 12 25 0 0.88 0.74 0.62 350.93 0.78 0.22
Hex 62 C 19 0 58 4A 3E 15F 4E 16
Octal 142 14 31 0 130 112 76 537 116 26
Binary 1100010 1100 11001 0 1011000 1001010 111110 101011111 1001110 10110

Color Harmonies of #620C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C19

Black with #620C19

Text Example


Text Example

White with #620C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620C19; }

 p { color: rgb(98,12,25); }

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

background-color css

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

 a { background-color: rgb(98,12,25); }

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

border-color css

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

 span { border-color: rgb(98,12,25); }

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