Html Css Color HEX #650A1F Pohutukawa

📋 copy color: '#650A1F'

red 101 ◦ green 10 ◦ blue 31

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

Shades of Pohutukawa #650A1F

Tints of Pohutukawa #650A1F

RGB

 RED value IS 101 (39.84% from 255) = 71.13%

 GREEN value IS 10 (4.3% from 255) = 7.04%

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

R = 71.13%
G = 7.04%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#650A1F (or 0x650A1F) is known color: Pohutukawa. HEX triplet: 65, 0A and 1F. RGB value is (101,10,31). Sum of RGB (Red+Green+Blue) = 101+10+31=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #650A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A1F is #9AF5E0. Grayscale: #272727. Windows color (decimal): -10155489 or 2034277. OLE color: 2034277.

HSL color Cylindrical-coordinate representation of color #650A1F: hue angle of 346.15º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A1F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 10 31 -
CMYK 0 0.90 0.69 0.60
HSL 346.15º 0.82% 0.22% -
HSV(B) 346.15º 0.9% 0.4% -
XYZ 5.72 3.08 1.59 -
YUV 39.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 101 10 31 0 0.90 0.69 0.60 346.15 0.82 0.22
Hex 65 A 1F 0 5A 45 3C 15A 52 16
Octal 145 12 37 0 132 105 74 532 122 26
Binary 1100101 1010 11111 0 1011010 1000101 111100 101011010 1010010 10110

Color Harmonies of #650A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A1F

Black with #650A1F

Text Example


Text Example

White with #650A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,10,31); }

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

background-color css

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

 a { background-color: rgb(101,10,31); }

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

border-color css

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

 span { border-color: rgb(101,10,31); }

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