Html Css Color HEX #621A1F Pohutukawa

📋 copy color: '#621A1F'

red 98 ◦ green 26 ◦ blue 31

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

Shades of Pohutukawa #621A1F

Tints of Pohutukawa #621A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 63.23%
G = 16.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#621A1F (or 0x621A1F) is known color: Pohutukawa. HEX triplet: 62, 1A and 1F. RGB value is (98,26,31). Sum of RGB (Red+Green+Blue) = 98+26+31=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A1F is #9DE5E0. Grayscale: #303030. Windows color (decimal): -10348001 or 2038370. OLE color: 2038370.

HSL color Cylindrical-coordinate representation of color #621A1F: hue angle of 355.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A1F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 31 -
CMYK 0 0.73 0.68 0.62
HSL 355.83º 0.58% 0.24% -
HSV(B) 355.83º 0.73% 0.38% -
XYZ 5.65 3.43 1.66 -
YUV 48.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 98 26 31 0 0.73 0.68 0.62 355.83 0.58 0.24
Hex 62 1A 1F 0 49 44 3E 164 3A 18
Octal 142 32 37 0 111 104 76 544 72 30
Binary 1100010 11010 11111 0 1001001 1000100 111110 101100100 111010 11000

Color Harmonies of #621A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A1F

Black with #621A1F

Text Example


Text Example

White with #621A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A1F; }

 p { color: rgb(98,26,31); }

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

background-color css

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

 a { background-color: rgb(98,26,31); }

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

border-color css

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

 span { border-color: rgb(98,26,31); }

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