Html Css Color HEX #620920 Pohutukawa

📋 copy color: '#620920'

red 98 ◦ green 9 ◦ blue 32

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

Shades of Pohutukawa #620920

Tints of Pohutukawa #620920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 70.5%
G = 6.47%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#620920 (or 0x620920) is known color: Pohutukawa. HEX triplet: 62, 09 and 20. RGB value is (98,9,32). Sum of RGB (Red+Green+Blue) = 98+9+32=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620920 is #9DF6DF. Grayscale: #262626. Windows color (decimal): -10352352 or 2099554. OLE color: 2099554.

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

Color convert

RGB 98 9 32 -
CMYK 0 0.91 0.67 0.62
HSL 344.49º 0.83% 0.21% -
HSV(B) 344.49º 0.91% 0.38% -
XYZ 5.4 2.9 1.64 -
YUV 38.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 98 9 32 0 0.91 0.67 0.62 344.49 0.83 0.21
Hex 62 9 20 0 5B 43 3E 158 53 15
Octal 142 11 40 0 133 103 76 530 123 25
Binary 1100010 1001 100000 0 1011011 1000011 111110 101011000 1010011 10101

Color Harmonies of #620920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620920

Black with #620920

Text Example


Text Example

White with #620920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620920; }

 p { color: rgb(98,9,32); }

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

background-color css

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

 a { background-color: rgb(98,9,32); }

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

border-color css

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

 span { border-color: rgb(98,9,32); }

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