Html Css Color HEX #650C1F Pohutukawa

📋 copy color: '#650C1F'

red 101 ◦ green 12 ◦ blue 31

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

Shades of Pohutukawa #650C1F

Tints of Pohutukawa #650C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.33%

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

R = 70.14%
G = 8.33%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#650C1F (or 0x650C1F) is known color: Pohutukawa. HEX triplet: 65, 0C and 1F. RGB value is (101,12,31). Sum of RGB (Red+Green+Blue) = 101+12+31=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C1F is #9AF3E0. Grayscale: #282828. Windows color (decimal): -10154977 or 2034789. OLE color: 2034789.

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

Color convert

RGB 101 12 31 -
CMYK 0 0.88 0.69 0.60
HSL 347.19º 0.79% 0.22% -
HSV(B) 347.19º 0.88% 0.4% -
XYZ 5.75 3.13 1.6 -
YUV 40.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 101 12 31 0 0.88 0.69 0.60 347.19 0.79 0.22
Hex 65 C 1F 0 58 45 3C 15B 4F 16
Octal 145 14 37 0 130 105 74 533 117 26
Binary 1100101 1100 11111 0 1011000 1000101 111100 101011011 1001111 10110

Color Harmonies of #650C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C1F

Black with #650C1F

Text Example


Text Example

White with #650C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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