Html Css Color HEX #620312 Pohutukawa

📋 copy color: '#620312'

red 98 ◦ green 3 ◦ blue 18

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

Shades of Pohutukawa #620312

Tints of Pohutukawa #620312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 82.35%
G = 2.52%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#620312 (or 0x620312) is known color: Pohutukawa. HEX triplet: 62, 03 and 12. RGB value is (98,3,18). Sum of RGB (Red+Green+Blue) = 98+3+18=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620312 is #9DFCED. Grayscale: #212121. Windows color (decimal): -10353902 or 1180514. OLE color: 1180514.

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

Color convert

RGB 98 3 18 -
CMYK 0 0.97 0.82 0.62
HSL 350.53º 0.94% 0.2% -
HSV(B) 350.53º 0.97% 0.38% -
XYZ 5.18 2.71 0.82 -
YUV 33.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 98 3 18 0 0.97 0.82 0.62 350.53 0.94 0.2
Hex 62 3 12 0 61 52 3E 15F 5E 14
Octal 142 3 22 0 141 122 76 537 136 24
Binary 1100010 11 10010 0 1100001 1010010 111110 101011111 1011110 10100

Color Harmonies of #620312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620312

Black with #620312

Text Example


Text Example

White with #620312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620312; }

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

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

background-color css

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

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

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

border-color css

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

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

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