Html Css Color HEX #651A1C Pohutukawa

📋 copy color: '#651A1C'

red 101 ◦ green 26 ◦ blue 28

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

Shades of Pohutukawa #651A1C

Tints of Pohutukawa #651A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 65.16%
G = 16.77%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#651A1C (or 0x651A1C) is known color: Pohutukawa. HEX triplet: 65, 1A and 1C. RGB value is (101,26,28). Sum of RGB (Red+Green+Blue) = 101+26+28=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A1C is #9AE5E3. Grayscale: #303030. Windows color (decimal): -10151396 or 1841765. OLE color: 1841765.

HSL color Cylindrical-coordinate representation of color #651A1C: hue angle of 358.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A1C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 26 28 -
CMYK 0 0.74 0.72 0.60
HSL 358.4º 0.59% 0.25% -
HSV(B) 358.4º 0.74% 0.4% -
XYZ 5.95 3.59 1.48 -
YUV 48.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 101 26 28 0 0.74 0.72 0.60 358.4 0.59 0.25
Hex 65 1A 1C 0 4A 48 3C 166 3B 19
Octal 145 32 34 0 112 110 74 546 73 31
Binary 1100101 11010 11100 0 1001010 1001000 111100 101100110 111011 11001

Color Harmonies of #651A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A1C

Black with #651A1C

Text Example


Text Example

White with #651A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651A1C; }

 p { color: rgb(101,26,28); }

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

background-color css

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

 a { background-color: rgb(101,26,28); }

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

border-color css

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

 span { border-color: rgb(101,26,28); }

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