Html Css Color HEX #620927 Pohutukawa

📋 copy color: '#620927'

red 98 ◦ green 9 ◦ blue 39

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

Shades of Pohutukawa #620927

Tints of Pohutukawa #620927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 67.12%
G = 6.16%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#620927 (or 0x620927) is known color: Pohutukawa. HEX triplet: 62, 09 and 27. RGB value is (98,9,39). Sum of RGB (Red+Green+Blue) = 98+9+39=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #620927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620927 is #9DF6D8. Grayscale: #272727. Windows color (decimal): -10352345 or 2558306. OLE color: 2558306.

HSL color Cylindrical-coordinate representation of color #620927: hue angle of 339.78º 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 #620927 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 39 -
CMYK 0 0.91 0.60 0.62
HSL 339.78º 0.83% 0.21% -
HSV(B) 339.78º 0.91% 0.38% -
XYZ 5.5 2.94 2.2 -
YUV 39.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 98 9 39 0 0.91 0.60 0.62 339.78 0.83 0.21
Hex 62 9 27 0 5B 3C 3E 154 53 15
Octal 142 11 47 0 133 74 76 524 123 25
Binary 1100010 1001 100111 0 1011011 111100 111110 101010100 1010011 10101

Color Harmonies of #620927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620927

Black with #620927

Text Example


Text Example

White with #620927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620927; }

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

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

background-color css

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

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

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

border-color css

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

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

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