Html Css Color HEX #69141D Pohutukawa

📋 copy color: '#69141D'

red 105 ◦ green 20 ◦ blue 29

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

Shades of Pohutukawa #69141D

Tints of Pohutukawa #69141D

RGB

 RED value IS 105 (41.41% from 255) = 68.18%

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 68.18%
G = 12.99%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69141D (or 0x69141D) is known color: Pohutukawa. HEX triplet: 69, 14 and 1D. RGB value is (105,20,29). Sum of RGB (Red+Green+Blue) = 105+20+29=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69141D is #96EBE2. Grayscale: #2E2E2E. Windows color (decimal): -9890787 or 1905769. OLE color: 1905769.

HSL color Cylindrical-coordinate representation of color #69141D: hue angle of 353.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69141D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 29 -
CMYK 0 0.81 0.72 0.59
HSL 353.65º 0.68% 0.25% -
HSV(B) 353.65º 0.81% 0.41% -
XYZ 6.3 3.59 1.52 -
YUV 46.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 105 20 29 0 0.81 0.72 0.59 353.65 0.68 0.25
Hex 69 14 1D 0 51 48 3B 162 44 19
Octal 151 24 35 0 121 110 73 542 104 31
Binary 1101001 10100 11101 0 1010001 1001000 111011 101100010 1000100 11001

Color Harmonies of #69141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69141D

Black with #69141D

Text Example


Text Example

White with #69141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69141D; }

 p { color: rgb(105,20,29); }

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

background-color css

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

 a { background-color: rgb(105,20,29); }

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

border-color css

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

 span { border-color: rgb(105,20,29); }

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